Open
Conversation
added 2 commits
January 23, 2020 14:14
The tag concurrent-collection-start marks a full gc pase.
Codecov Report
@@ Coverage Diff @@
## develop #240 +/- ##
=============================================
+ Coverage 70.49% 70.53% +0.04%
- Complexity 1522 1528 +6
=============================================
Files 146 146
Lines 8632 8641 +9
Branches 1392 1396 +4
=============================================
+ Hits 6085 6095 +10
+ Misses 1963 1961 -2
- Partials 584 585 +1
Continue to review full report at Codecov.
|
added 3 commits
January 23, 2020 17:09
Scavenge operation only affects young gen. See description of tag '<gc-start>' attribute 'type' value 'scavenge' at https://www.ibm.com/support/knowledgecenter/SSYKE2_8.0.0/com.ibm.java.vm.80.doc/docs/mm_gc_pd_verbose_increment.html
Due to wrong timestamps the last size of tenured space was used as value for the whole graph.
1b9b9a9 to
7c4c044
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scavenge collects were incorrectly marked as full gc.
Concurrent collects resulted in a parse error.
Tenured heap was displayed incorrectly due to missing timestamp.